projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9d2557
)
untar into new directory
author
Steven G. Johnson
<stevenj@alum.mit.edu>
Fri, 20 Oct 2023 21:16:42 +0000
(17:16 -0400)
committer
Steven G. Johnson
<stevenj@alum.mit.edu>
Fri, 20 Oct 2023 21:16:42 +0000
(17:16 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d2e299b5386ef67ec7b478d656a197248becabbe..806f441b792621f3faabef147cadbcf8a0e36ffd 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-181,6
+181,7
@@
distcheck: dist
test `grep "utf8proc VERSION" CMakeLists.txt |cut -d' ' -f 4` = $(VERSION) || exit 1
test `grep libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) MANIFEST | wc -l` = 3 || exit 1
test `grep 'set(SO_' CMakeLists.txt |cut -d' ' -f2 | tr -d ')' | tr '\n' '.'` = $(MAJOR).$(MINOR).$(PATCH). || exit 1
+ rm -rf utf8proc-$(VERSION)
tar xzf utf8proc-$(VERSION).tar.gz
make -C utf8proc-$(VERSION) check
rm -rf utf8proc-$(VERSION)